home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / ptrp25dm.zip / TEST3.TRP < prev    next >
Text File  |  1995-01-17  |  167b  |  8 lines

  1. procedure main
  2.         local 
  3.                 variable : integer;
  4.         endvar
  5.         variable := 5 + 2
  6.         writeln("The Variable : ", variable)
  7. endproc
  8.